home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 259 / SOMC Family Forum 259 - Disc 1.iso / Somc.dir / 00039_Script_39 < prev    next >
Text File  |  1998-12-15  |  314b  |  23 lines

  1.  
  2. on mouseEnter
  3.   if not count(the windowList) then
  4.     doRollover(30,2)
  5.   end if
  6. end
  7.  
  8.  
  9. on mouseLeave
  10.   if not count(the windowList) then
  11.     doRollout(30)
  12.   end if
  13. end
  14.  
  15. on mouseUp
  16.   global THESETUP,P4SETUP
  17.   set THESETUP to P4SETUP
  18.   glowClear()
  19.   doClick()
  20.   cursor 0
  21.   play "SETUPQUIT"
  22. end
  23.